projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac051a7
)
[introspection] Do not include internal api
author
Johan Dahlin
<johan@gnome.org>
Sat, 18 Sep 2010 16:28:52 +0000
(13:28 -0300)
committer
Johan Dahlin
<johan@gnome.org>
Sat, 18 Sep 2010 16:28:52 +0000
(13:28 -0300)
GtkTextLayout is internal and unsupported, do not include
it in the gir
gtk/Makefile.am
patch
|
blob
|
history
diff --git
a/gtk/Makefile.am
b/gtk/Makefile.am
index adb1712163667d86b47d88e9ca12fa7ac41fa52e..389d7f76a4051151792ca943cfa5c066f0716537 100644
(file)
--- a/
gtk/Makefile.am
+++ b/
gtk/Makefile.am
@@
-900,7
+900,7
@@
LDADDS = \
if HAVE_INTROSPECTION
introspection_files = \
- $(
gtkinclude_HEADERS
) \
+ $(
filter-out gtktextlayout.h, $(gtkinclude_HEADERS)
) \
$(gtk_all_c_sources) \
gtktypebuiltins.h \
gtktypebuiltins.c